From 503eb59c926d0c2c9f8342e925f294e4496883b0 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Sat, 18 Oct 2014 21:22:01 +0100 Subject: [PATCH] docs/man: xl.pod.1: Fix build issue after commit 7471879 The commit 7471879 "tools: CMDs and APIs for Cache Monitoring Technology" has introduced a new section but forgot to add '=back'. This will result a build issue with newer podman: man/xl.pod.1 around line 1443: You forgot a '=back' before '=head1' or creating a section "POD ERRORS" with older one. At the same time, capitalize the title of the section to match the coding style used within the files. Signed-off-by: Julien Grall Acked-by: Wei Liu Acked-by: Ian Campbell --- docs/man/xl.pod.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index 925cd7d36c..adc9f56a09 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -1440,7 +1440,9 @@ Load FLASK policy from the given policy file. The initial policy is provided to the hypervisor as a multiboot module; this command allows runtime updates to the policy. Loading new security policy will reset runtime changes to device labels. -=head1 Cache Monitoring Technology +=back + +=head1 CACHE MONITORING TECHNOLOGY Intel Haswell and later server platforms offer monitoring capability in each logical processor to measure specific platform shared resource metric, for -- 2.30.2